projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baca4ad
)
* lisp/Makefile.in (CAL_SRC): Skip calendar.el.
author
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 22:40:00 +0000
(17:40 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 22:40:00 +0000
(17:40 -0500)
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index ca69c0a154a1b90b0c6a575e669c7565849eb998..3d0c95dcb5ef0f669c339f1da28c830e6c70f705 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-402,7
+402,7
@@
$(TRAMP_DIR)/tramp-loaddefs.el: $(TRAMP_SRC)
CAL_DIR = $(lisp)/calendar
## Those files that may contain internal calendar autoload cookies.
CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el)
-CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal*.el))
+CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal
-
*.el))
CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC})
$(CAL_DIR)/cal-loaddefs.el: $(CAL_SRC)